Skip to content

Conversation

@nhussein11
Copy link
Collaborator

Solves #1219

📝 Description

Provide a clear and concise description of your changes.

🔍 Review Preference

Choose one:

  • ✅ I have time to handle formatting/style feedback myself
  • ⚡ Docs team handles formatting (check "Allow edits from maintainers")

🤖 AI-Ready Docs

If content changed, regenerate AI files:

  • ✅ I ran python3 scripts/generate_llms.py
  • ⚡ Docs team will regenerate (check "Allow edits from maintainers")

✅ Checklist

@nhussein11 nhussein11 self-assigned this Nov 12, 2025
@nhussein11 nhussein11 requested a review from a team as a code owner November 12, 2025 18:41
Copilot AI review requested due to automatic review settings November 12, 2025 18:41
Copilot finished reviewing on behalf of nhussein11 November 12, 2025 18:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the local development node documentation by removing an outdated warning banner and a specific git checkout command. The changes primarily affect the smart contracts local dev node guide and include regenerated AI-generated documentation files.

  • Removed the PolkaVM preview warning banner
  • Removed the git checkout command that pinned to a specific commit
  • Cleaned up formatting by removing an extra blank line

Reviewed Changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
smart-contracts/dev-environments/local-dev-node.md Removed PolkaVM warning banner, removed git checkout command, and cleaned up formatting
llms.txt, llms-full.jsonl Regenerated AI documentation files reflecting the documentation changes
.ai/pages/smart-contracts-dev-environments-local-dev-node.md Updated AI-generated page content
.ai/pages/reference.md Added new Technical Reference Overview content (appears to be separate enhancement)
.ai/site-index.json Updated metadata for the reference page
.ai/categories/*.md Regenerated category files with updated reference page content
Comments suppressed due to low confidence (1)

smart-contracts/dev-environments/local-dev-node.md:26

  • The links in this paragraph still reference {{dependencies.repositories.polkadot_sdk_contracts_node.commit_dev_node}}, which points to a specific commit hash (8e2b6f742a38bb13688e12abacded0aab2dbbb23). This creates an inconsistency: the links point to a specific commit, but the instructions below don't check out that commit. Either update these links to point to master or main branch, or restore the git checkout command to match the linked commit.
The Polkadot SDK repository contains both the [Revive Dev node](https://github.com/paritytech/polkadot-sdk/tree/{{dependencies.repositories.polkadot_sdk_contracts_node.commit_dev_node}}/substrate/frame/revive/dev-node){target=\_blank} implementation and the [ETH-RPC adapter](https://github.com/paritytech/polkadot-sdk/tree/{{dependencies.repositories.polkadot_sdk_contracts_node.commit_dev_node}}/substrate/frame/revive/rpc){target=\_blank} required for Ethereum compatibility. Start by cloning the repository and navigating to the project directory:

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@eshaben
Copy link
Collaborator

eshaben commented Nov 13, 2025

@brunopgalvao if this looks good, pls merge. Thanks!

@nhussein11 nhussein11 added the B1 - Ready to Merge Pull request is ready to be merged label Nov 18, 2025
@eshaben eshaben merged commit 81b2f5f into staging/product-ia Nov 18, 2025
2 checks passed
@eshaben eshaben deleted the nhussein11/fix-local-dev-node branch November 18, 2025 17:56
dawnkelly09 pushed a commit that referenced this pull request Nov 20, 2025
* Remove outdated warning reference from local development node documentation

* fix: llms

* fix: llms

---------

Co-authored-by: Erin Shaben <eshaben@icloud.com>
eshaben added a commit that referenced this pull request Nov 24, 2025
* add benchmark your pallet

* cleanup and grammarly

* fresh llms

* apply copilot feedback

* update snippet title

* Apply suggestions from code review

Co-authored-by: Erin Shaben <eshaben@icloud.com>

* apply feedback from review

* Add Hardhat Get Started (new IA) (#1196)

* add harthdat get started

* fix: llms

* fix and formating

* fix

---------

Co-authored-by: 0xlukem <lucas.malizia27@gmail.com>

* Fix local dev node (#1226)

* Remove outdated warning reference from local development node documentation

* fix: llms

* fix: llms

---------

Co-authored-by: Erin Shaben <eshaben@icloud.com>

* Add Remix IDE (new IA) (#1174)

* fix: get started ready

* fix: remix deploy

* Update troubleshooting guide for Remix IDE and comment out 'Verify a Contract' section in navigation

* fix: images and names

* fix: remove verify contract file

* fix: llms

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: prerequisite

* fix: llms

* Grammarly things and reformat to FAQ style dropdowns for troubleshooting page

* applies review feedback

* Clean up formatting of titles and bullets

* fix: feedback

* fix: llms

* fix: gifs lists wording

* fix: llms

* Remove outdated troubleshooting and verification guides for Remix IDE on Polkadot Hub.

* fix errant merge conflict syntax, description length

* applies review feedback

* grammarly pass

* minor fix and llms

---------

Co-authored-by: Dawn Kelly <83190195+dawnkelly09@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: DAWN KELLY <dawnkelly09@gmail.com>
Co-authored-by: Erin Shaben <eshaben@icloud.com>

* Hide pages for MVP (#1251)

* hide content for mvp launch

* update llms config to skip chain interactions and reference sections

* llms

* FIX - wallets polkavm disclaimer removed (#1252)

* fix: removing polkavm disclaimer

* fix: llms

* applies review feedback

* fresh llms

---------

Co-authored-by: DAWN KELLY <dawnkelly09@gmail.com>
Co-authored-by: Dawn Kelly <83190195+dawnkelly09@users.noreply.github.com>
Co-authored-by: Erin Shaben <eshaben@icloud.com>
Co-authored-by: Nicolás Hussein <80422357+nhussein11@users.noreply.github.com>
Co-authored-by: 0xlukem <lucas.malizia27@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B1 - Ready to Merge Pull request is ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants